Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 17, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ast-grep/napi (source) ^0.36.3 -> ^0.37.0 age adoption passing confidence
@changesets/cli (source) ^2.28.1 -> ^2.29.2 age adoption passing confidence
@microsoft/api-extractor (source) ^7.52.3 -> ^7.52.4 age adoption passing confidence
@module-federation/enhanced (source) ^0.11.4 -> ^0.12.0 age adoption passing confidence
@module-federation/rsbuild-plugin (source) ^0.11.4 -> ^0.12.0 age adoption passing confidence
@module-federation/storybook-addon (source) ^4.0.12 -> ^4.0.13 age adoption passing confidence
@rsbuild/core (source) 1.3.7 -> 1.3.8 age adoption passing confidence
@types/react (source) ^19.1.1 -> ^19.1.2 age adoption passing confidence
heading-case ^0.1.4 -> ^0.1.6 age adoption passing confidence
nx (source) ^20.7.2 -> ^20.8.0 age adoption passing confidence
rslib (source) 0.6.2 -> 0.6.3 age adoption passing confidence
rspress (source) ^2.0.0-alpha.10 -> ^2.0.0-alpha-canary-202504162001 age adoption passing confidence
zx (source) ^8.5.2 -> ^8.5.3 age adoption passing confidence

Release Notes

ast-grep/ast-grep (@​ast-grep/napi)

v0.37.0

Compare Source

changesets/changesets (@​changesets/cli)

v2.29.2

Compare Source

Patch Changes

v2.29.1

Compare Source

v2.29.0

Compare Source

Minor Changes
microsoft/rushstack (@​microsoft/api-extractor)

v7.52.4

Compare Source

Thu, 17 Apr 2025 00:11:21 GMT

Patches
  • Update documentation for extends
module-federation/core (@​module-federation/enhanced)

v0.12.0

Compare Source

Minor Changes
  • f4fb242: Enhancements to layer handling in module federation tests and configuration.

    • Introduced new layer configurations to support more nuanced federation scenarios that consider multiple layers of dependency.
  • f4fb242: support request option on ConsumeSharePlugin. Allows matching requests like the object key of shared does

  • c399b9a: Switch to esm modules by default

  • f4fb242: Support share layers and multiple share scopes

  • f4fb242: Layer support for Provide Share Plugin

Patch Changes
module-federation/core (@​module-federation/rsbuild-plugin)

v0.12.0

Compare Source

Patch Changes
module-federation/core (@​module-federation/storybook-addon)

v4.0.13

Patch Changes
web-infra-dev/rsbuild (@​rsbuild/core)

v1.3.8

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rsbuild@v1.3.7...v1.3.8

rspack-contrib/heading-case (heading-case)

v0.1.6

Compare Source

Full Changelog: rspack-contrib/heading-case@v0.1.5...v0.1.6

v0.1.5

Compare Source

What's Changed

New Contributors

Full Changelog: rspack-contrib/heading-case@v0.1.4...v0.1.5

nrwl/nx (nx)

v20.8.0

Compare Source

20.8.0 (2025-04-14)

🚀 Features
  • angular: add --bundler=rspack option to app generator (#​30623)
  • core: handle yarn resolutions and patches when parsing and pruning lock file (#​30546)
  • core: add --bundler=rspack option to angular stack cnw (#​30629)
  • core: add support for http based caches (#​30593)
  • core: add filter for git checkouts in generated pipelines and docs (#​30547)
  • core: allow globs in project config to extend atomized targets (#​30630)
  • nx-dev: tutorialkit project (#​29992)
  • react: add crystal mf support to host and remote (#​30424)
  • release: revamped nx release version implementation (#​30418)
  • rspack: add support for non-buildable libraries in external dependencies (#​30606)
  • storybook: migrate to latest storybook 8 version (#​30584)
  • testing: add support for cypress v14 (#​30618)
🩹 Fixes
  • angular: use latest version of @​analogjs/vitest-angular #​30423 (#​30560, #​30423)
  • angular: ensure crystal targets for testing when bundler=rspack (#​30631)
  • bundling: webpack and rspack builds respect output.clean config option (#​30573)
  • bundling: Lock webpack version to be compatible with @​angular-devkit (#​30676)
  • core: ensure rust code is able to handle null terminal outputs (#​30494)
  • core: update resolution of ts path mappings with patterns in target project locator (#​30533)
  • core: resolve subpath patterns in package exports correctly when constructing graph (#​30511)
  • core: do not run sync generators when running tasks in ci (#​30591)
  • core: angular rspack should not prompt for SSG (#​30647)
  • core: wasm build should build (#​30655)
  • core: log more information when ProjectConfigurationsError is thrown (#​30661)
  • core: ensure fileworker is cleaned up when workspace context is … (#​30683)
  • core: copy native file atomically to avoid hanging graph creation (#​30695)
  • core: clean up batch process after post run (#​30687)
  • graph: focus via --focus command should work (#​30576)
  • js: infer dependency between typecheck and build tasks and more granular outputs for typecheck (#​30549)
  • js: handle extending from multiple config files and from local workspace packages in plugin (#​30486)
  • js: update @​swc/cli version to fix vulnerability (#​30575)
  • js: Use correctly resolved path to tsconfig in readTsConfigWithRemappedPaths() (#​30156)
  • js: handle when there are no package manager workspaces' patterns (#​30666)
  • js: ensure the tsconfig files cache is correctly busted when implementation changes (#​30689)
  • misc: add missing flag to azure devops ci workflow generator (#​30482)
  • misc: update project directory validation to only account for the derived name (#​30532)
  • nextjs: bumped to eslintConfigNextVersion to v15 (#​30537)
  • nextjs: update Next.js versions to patch vulnerability (#​30574)
  • nextjs: add eslint plugin dependencies in application and library generators (#​30592)
  • nx-dev: fix blog post links (#​30553)
  • nx-dev: nx homebrew install cmd (ebd39bb2ae)
  • nx-dev: update markdoc component to exclude h1 headers (d1ee41793f)
  • rspack: allow typechecking during serve #​29267 (#​30558, #​29267)
  • rspack: do not reuse existing ts-node compiler options when inferring tasks (#​30703)
  • testing: enforce commonjs module for ts-jest (#​30681)
  • testing: do not inherit existing env (#​30688)
  • testing: unset customConditions when running cypress tasks (#​30709)
  • vite: ensure nxCopyAssetsPlugin outputs assets to correct location #​28786 (#​30585, #​28786)
  • vue: upgrade vite plugin vue to v5 to avoid install errors (#​30559)
  • webpack: nestjs workspace libs referencing when using ts solution (#​30538)
  • webpack: migrate to latest version to prevent security vulnerabilities #​29755 (#​30590, #​29755)
  • webpack: enable legacy decorators and metadata in base config for compatibility (#​30605)
❤️ Thank You
web-infra-dev/rslib (rslib)

v0.6.3

Compare Source

What's Changed
Performance 🚀
Bug Fixes 🐞
Other Changes
New Contributors

Full Changelog: v0.6.2...v0.6.3

web-infra-dev/rspress (rspress)

v2.0.0-alpha.11

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Other Changes

Full Changelog: web-infra-dev/rspress@v2.0.0-alpha.10...v2.0.0-alpha.11

google/zx (zx)

v8.5.3

Compare Source


Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@netlify
Copy link

netlify bot commented Apr 17, 2025

Deploy Preview for rslib ready!

Name Link
🔨 Latest commit 4da011e
🔍 Latest deploy log https://app.netlify.com/sites/rslib/deploys/6800d344019d4f000801786e
😎 Deploy Preview https://deploy-preview-931--rslib.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@renovate
Copy link
Contributor Author

renovate bot commented Apr 17, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@Timeless0911 Timeless0911 enabled auto-merge (squash) April 17, 2025 10:09
@Timeless0911 Timeless0911 merged commit 0162615 into main Apr 17, 2025
14 checks passed
@Timeless0911 Timeless0911 deleted the renovate/all-non-major branch April 17, 2025 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants